home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 March
/
EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso
/
earcd
/
antvirus
/
vscan31.lha
/
VS
/
InstallVS
< prev
next >
Wrap
Text File
|
1994-06-17
|
4KB
|
197 lines
; $VER: Install VirusScanner V0.1 (8 June 1994)
; Done on the skeleton of the VirusChecker install script ;-)
; ask where to install VS
(tackon "RAM:" "VSInstall.log")
(set ver (/(getversion "libs:locale.library") 65536))
(complete 0)
(set @default-dest
(askdir
(prompt "Please select the Directory where you would like to install"
" Virus Scanner. ")
(help @askdir-help)
(default "SYS:wbstartup/")
)
)
(complete 2)
(
(working "Installing Virus Scanner Program")
(copyfiles
(prompt "")
(help @copyfiles-help)
(source "VS")
(dest @default-dest)
(infos)
)
(complete 15)
(copyfiles
(prompt "Would you like to install an 8 color (MagicWB style) Icon for VS")
(help "Use this only if you have an 8 color Interlaced or scan doubled WB")
(source "VS8colors.info")
(newname "VS.info")
(dest @default-dest)
(confirm)
)
(complete 17)
;(set _prefs
; (exists "vscan.prefs" (noreq))
;)
;(if _prefs
; (copylib
; (prompt "")
; (help @copylib-help)
; (source "vscan.prefs")
; (dest "s:")
; )
; (copylib
; (prompt "")
; (help @copylib-help)
; (source "s/vscan.prefs")
; (dest "s:")
; )
;)
(copyfiles
(prompt "Would you like to install the documentation for Virus Scanner "
"in amigaguide format and the Wanted files.")
(help @copyfiles-help)
(all)
(source "docs/")
; (choices "VirusScanner.guide" "WantedViruses" "WantedCrunchers")
(dest @default-dest)
(confirm)
(infos)
)
(complete 35)
(if ver
(copyfiles
(prompt "Would you like to install one or more of the following "
"translation of Virus Scanner")
(help "If you prefer one of the available languages you can use VS"
" in that language copying the right translation and setting "
"the language on the preferences.")
(all)
(source "catalogs/")
(dest "locale:catalogs/")
(confirm)
)
)
(complete 45)
(copyfiles
(prompt "Would you like to install the files to build new VS translations.")
(help "This is needed only if you plan to build the translation of Virus Scanner "
"in other languages, if you finish a catalog send it to me for "
"the inclusion in the distribution at one of the following E-Mail adresses:\n"
"gabry@grifone.skylink.aare.net.ch\n" "2:331/106.7@fidonet.org\n"
"or by snail mail:\nGabriele Greco\nVia Banchi 12\n16030 Uscio (GE)\nItaly")
(all)
(source "NewTranslations/")
(dest @default-dest)
(confirm)
)
(complete 47)
(copyfiles
(prompt "Would you like to install in your C directory fuckchecker, "
"a little program to add to your startup?.")
(help @copyfiles-help)
(source "FuckChecker")
(dest "c:")
(confirm)
)
)
(complete 50)
(working "Installing Needed Libraries")
(set lib
(exists "unpack.library" (noreq))
)
(if lib
(copylib
(prompt "")
(help @copylib-help)
(source "unpack.library")
(dest "libs:")
)
(copylib
(prompt "")
(help @copylib-help)
(source "libs/unpack.library")
(dest "libs:")
)
)
(complete 70)
(set lib
(exists "removelink.library" (noreq))
)
(if lib
(copylib
(prompt "")
(help @copylib-help)
(source "removelink.library")
(dest "libs:")
)
(copylib
(prompt "")
(help @copylib-help)
(source "libs/removelink.library")
(dest "libs:")
)
)
(complete 80)
(set lib1
(exists "Bootblock.library" (noreq))
)
(if lib1
(copylib
(prompt "")
(help @copylib-help)
(source "Bootblock.library")
(dest "libs:")
)
(copylib
(prompt "")
(help @copylib-help)
(source "libs/Bootblock.library")
(dest "libs:")
)
)
(complete 90)
(set lnam
(exists "Bootblock.brainfile" (noreq))
)
(if lnam
(copylib
(prompt "")
(help @copyfiles-help)
(source "Bootblock.brainfile")
(dest "L:")
)
(copylib
(prompt "")
(help @copyfiles-help)
(source "l/Bootblock.brainfile")
(dest "L:")
)
)
(complete 95)
(startup @app-name
(prompt "Shall I add Virus Scanner to your s:startup-sequence"
"/s:user-startup so that it will be run each time"
" you turn your Amiga on")
(help @startup-help)
(command "VS")
)
(complete 100)
(exit)